	MENU FOR CRITICAL VALUES FROM SYMMETRIC DISTRIBUTIONS

Michael Lloyd (http://www.hsu.edu/faculty/lloydm/ti/prgmtabl.html)
Henderson State University

HISTORY
1.0 April 1997
1.1 August 2015 - updated file to .8xp

DESCRIPTION
Used as a subroutine for the r, t, and z distributions for example.

VARIABLES USED
A = area under pdf
Str1 - full name of distribution
Str2 - letter name of distribution

PROGRAM LISTING
Menu(Str1,"1 TAIL TEST",D,"2 TAIL TEST",E,"AREA 0 -> "+Str2,A,"AREA -OO -> "+Str2,B,"CONF. INTERVAL",C,"QUIT",F)
Lbl A
Input "AREA FROM 0=",C
Return:Lbl B
Input "AREA FROM -OO=",C
C-.5\->\C
Return:Lbl C
Input "CONF. LEVEL=",C
C/2\->\C
Return:Lbl D
Input "SIG.=",C
.5-C\->\C
Return:Lbl E
Input "SIG.=",C
.5-C/2\->\C
Return
Lbl F:Stop
